﻿
@charset "UTF-8";
.inner {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media all and (max-width:1400px) {
    .inner {
        width: 1200px;
        padding: 0 10px;
    }
}
.head_top{
    float: right;
    line-height: 28px;
    padding-top:15px;
    height: 28px;
}
.head_top a{
    display: inline-block;
    font-size: 14px;
    color: #666;
    font-family: 'microsoft yahei',arial;
}
.head_top a:hover{
    color: #006fc1;
    border-color: #006fc1;
}
.language{
    font-size: 0;
}
.language a{
    width: 36px;
    height: 20px;
    border-radius: 12px;
    text-align: center;
    line-height: 20px;
}
.language a.on{
    color: #fff;
    background: #006fc1;
}
.ht_span{
    margin: 0 8px;
}
.ht_span1{
    margin-right: 0;
}
.ht_span1 a{
    width: 100px;
    height: 26px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
}
.head_bot .logo {
    width: 361px;
    height: 43px;
    display: inline-block;
}

.head_bot .logo img {
    width: 361px;
    height: 43px;
}

.search{
    position: relative;
    margin-left: 62px;
    float: right;
    margin-top:16px;
}
.search .ser{
    width: 280px;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding:0 30px 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.search .ser_btn{
    width: 35px;
    height: 36px;
    background: url(../images/ser.png)no-repeat center;
    border: none;
    position: absolute;
    right: 3px;
    top: 0;
    cursor: pointer;
}
/*header*/

.header {
    z-index: 9999;
    position: fixed;
    height: 120px;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.11);
}


/*===============杞挱鍒囨崲==============*/
.container{margin:0 auto;}
@media (min-width: 1230px){
  .container{width:1200px;}
}
@media (min-width: 1430px){
  .container{width:1400px;}
}
.container:before,.container:after{
  content: " ";display: table;
}
.header .logo{
    width: 361px;
    height: 43px;
    display: inline-block;
}
.navbar{float: right;}
.navbar *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.category-item{float: left;padding:0 15px;}
.category-item.relative{position: relative;}
.category-a{display: block;font-size: 18px;line-height: 36px;color: #444;padding:11px 0 30px;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;position: relative;}
.category-a::after{content: '';width:0;height: 3px;background: #006fc1;position: absolute;bottom: 0;left:50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.category-item.active .category-a::after,.category-item:hover .category-a::after{width: 100%;}
.dropdown-menu *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.dropdown-menu.single {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    width: auto;
    z-index: 1100;
    background: 0 0;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .7s;
    -o-transition: max-height .7s;
    transition: max-height .7s;
    border: none;
    color: #303233;
    height: auto;
    padding: 0;
}
.dropdown-menu.single>ul {
    background: #fff;
    margin-top: 16px;
    -ms-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.dropdown-menu.single li{
    display: block;
    font-size: 16px;
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu.single li>a {
    padding: 16px 34px;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    color: #303233;
    line-height: 1;
    height: auto;
    background: 0 0;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu.single li>a:hover{color:#fff;background:#006fc1;}
.category-item:hover .dropdown-menu.single{
    padding: 0 10px 10px;
    max-height: 500px;
    opacity: 1;
}
.dropdown-menu.full-screen {
    position: absolute;
    top: 100%;
    z-index: 1100;
    background-color: #fff;
    border-top: 1px solid #dae1e6;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.p-drop-le{width:50%;min-height:400px;float: left;background: #f5f5f5;padding:56px 0 0 0;-webkit-box-sizing: border-box;box-sizing: border-box;}
.p-drop-ri{width:50%;height: 100%;float: left;background: #fff;padding:21px 0 0 127px;}
.p-drop-Lwrap{float: right;width:700px;}
.p-drop-Rwrap{float: left;}
.column-item{float: left;width: 260px;margin-left: 17px;}
.nav-title{font-size: 24px;line-height: 50px;color: #444;display: block;margin-bottom: 17px;padding-left: 24px;}
.nav-data{display: block;font-size: 16px;line-height: 36px;color: #666;padding-left: 24px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;position: relative;background: transparent;}
.nav-data::after{content: '';width:36px;height: 36px;background:url(../images/right.png) no-repeat center;position: absolute;right: 0;top:0;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;opacity: 0;}
.nav-data:hover{background:#006fc1;color: #fff;}
.nav-data:hover::after{opacity: 1;}
.nav-pic{height: 230px;width: 292px;background: #f5f5f5;overflow: hidden;}
.dropdown-menu-02 .p-drop-le{min-height: 310px;}
.dropdown-menu-02 .nav-pic{width:400px;height: 180px;}
.dropdown-menu-02 .p-drop-ri{padding-top: 56px;}
.nav-pic img{width:100%;height: 100%;}
.p-nav-more{display: inline-block;font-size: 14px;line-height: 34px;padding:0 27px;background: #006fc1;color: #fff;margin-top: 12px;}
.p-nav-more img{vertical-align:-2px;margin-left: 12px;display: inline-block;}
.nav-pic-tit{font-size: 16px;line-height:52px;color: #666;}
.category-item:hover .dropdown-menu.full-screen{
    display: block;
    visibility: visible;
}
@media (max-width: 1430px){
    .search .ser {
        width: 230px;
    }
    .search{margin-left: 30px;}
    .category-item{padding:0 9px;}
    .p-drop-Lwrap{width: 600px;}
    .p-drop-ri{padding: 21px 0 0 90px;}
}
/*===============轮播切换==============*/


/*banner*/

.banner {
    width: 100%;
    position: relative;
}

.banner_index li a>img {
    display: block;
    width: 100%;
}

.banner_index {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slides li {
    position: relative;
}

.banner_index a {
    display: block;
}

.banner_index .flex-direction-nav .flex-prev,
.banner_index .flex-direction-nav .flex-next {
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 0;
    background: rgba(255, 255, 255, 0.3);
    display: none;
}

.banner_index .flex-direction-nav .flex-prev {
    left: 30px;
    /*background: rgba(255, 255, 255, 0.3) url(../images/index-l.png) no-repeat center;*/
}

.banner_index .flex-direction-nav .flex-next {
    right: 30px;
    /*background: rgba(255, 255, 255, 0.3) url(../images/index-r.png) no-repeat center;*/
}

.banner_index .flex-direction-nav .flex-prev:hover {
    /*background: #4f66c3 url(../images/index-l.png) no-repeat center;*/
}

.banner_index .flex-direction-nav .flex-next:hover {
    /*background: #4f66c3 url(../images/index-r.png) no-repeat center;*/
}

.banner_index .flex-control-paging li .flex-active {
    border: solid #006fc1 2px;
    background: #006fc1
}
.banner_index .flex-control-paging {
    position: absolute;
    bottom: 30px;
    left: 50%;
  /*  -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);*/
            transform: translateX(-50%);
}
.banner_index .flex-control-paging li:last-child{
margin-right:0;

}
.banner_index .flex-control-paging li {
    float: left;
    margin-right: 16px;
    cursor: pointer;
}
.banner_index .flex-control-paging a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    font-size: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid #fff 2px;
}

.banner_con {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
}

.banner_desc {
    width: 100%;
    height: 100%;
}

/*首页*/
/*产品中心*/
.con{
    width: 1760px;
    margin: 0 auto;
}
@media all and (max-width:1700px) {
    .con{
        width: 1400px;
    }
}
@media all and (max-width:1440px) {
    .con{
        width: 1200px;
    }
}
.tit h3{
    font-size: 36px;
    font-family: 'sy';
    color: #333;
    text-align: center;
    line-height: 36px;
    margin: 58px 0;
}
/*
.in1_con img:hover{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}*/
.in1_con_lf{
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}
.in1_con_lf img{
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in1_con_rt{
    width: 50%;
    float: right;
    position: relative;
    overflow: hidden;
}
.in1_con_rt img{
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in1con_desc{
    position: absolute;
    right: 29%;
    top: 42%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.in1con_desc h3{
    color: #333;
    font-family: 'sy';
    font-size: 36px;
    line-height: 36px;
}
.in1con_desc h4{
    color: rgba(51,51,51,0.9);
    font-family: 'ITC';
    font-size: 40px;
    line-height: 40px;
    padding: 25px 0 29px;
}
.in1con_desc a{
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: #006fc1 url(../images/lf.png)no-repeat left 33px center;
    padding-left: 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.in1con_desc a:hover{
transform: translateX(-15px);
}

/*
.in1con_desc a:hover{
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
}*/
.in1con_desc1 h3{
    color: #fff;
}
.in1con_desc1 h4{
    color: rgba(255,255,255,0.9);
}
.in2_con{
    height: 500px;
    text-align: center;
    position: relative;
}
.in2_con1{
    width: 950px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.in2_con h3{
    font-size: 28px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 38px;
}
.in2_con p{
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    line-height: 28px;
}
.in_btn a{
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 25px;
    color: #fff;
    font-size:14px;
    position: relative;
    text-align: left;
    padding-left: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    
}
.in_btn a .icon{
    display: inline-block;
    width: 30px;
    height: 45px;
    background: url(../images/right1.png)no-repeat center;
    position: absolute;
    right:37px;
    top:0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in_btn{
    margin-top: 56px;
}
.in_btn a:hover .icon{
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
}
.in3_con .tit h3{
    text-align: left;
    margin-bottom: 30px;
}
.in3_con .tit{
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    position: relative;
}
.in3_con .tit .more{
    display: inline-block;
    position: absolute;
    right: 0;
    line-height: 36px;
    top: 0;
    font-size: 16px;
    color: #666;
    background:url(../images/right2.png)no-repeat right center;
    padding-right: 24px;
}
.in3_news{
    padding-bottom: 67px;
}

.in3_news img{
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in3_news .in3_lf{
    width: 50%;
    float: left;
}
.in3_news .in3_rt{
    width: 50%;
    float: right;
}
.in3_nf{
    width: 45%;
    float: left;
    overflow: hidden;
}
.in3_nr{
    width: 55%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3%;
}
.in3_news h3{
    color: #333;
    font-size: 20px;
    font-family: 'sy';
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
 display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.in3_news span{
    display: inline-block;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    padding-top: 7px;
    margin-bottom: 27px;
}
.in3_news p{
    font-size: 14px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.in3_nf1{
    width: 45.5%;
    float: left;
    padding-left: 5%;
}
.nr_pic{
    overflow: hidden;
}
.nr_desc{
    margin-top: 27px;
}
.in3_nr1{
    width: 45.5%;
    float: left;
    padding-left: 3.4%;
}
.nr_desc p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;@
}
.in3_lf:hover h3,.in3_nf1:hover h3,.in3_nr1:hover h3{
    color: #006fc1;
}
.in3_lf:hover img,.in3_nf1:hover img,.in3_nr1:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.in_four{
    background: #fafafa;
    padding-top: 58px;
    padding-bottom: 72px;
}
.in_four .tit h3{
    margin-top: 0;
}
.in4_list{
    position: relative;
}
.in4_list .in4_bd{
    width: 90.5%;
    overflow: hidden;
    /*margin-left: 4.7%;*/
    margin: 0 auto;
}
.in4_list .in4_bd li{
    float: left;
    width: 32%;
    margin-right: 30px;
}
.in4_list .in4_bd li .in4_pic{
    overflow: hidden;
}
.in4_list .in4_bd li img{
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.in4_list .in4_hd a{
    display: inline-block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/right3.png)no-repeat center;
    
}
.in4_list .in4_hd a.in4_prev{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    left: 0;
}
.in4_list .in4_hd a.in4_next{
    right: 0;
}
.in4_list .in4_bd li p{
    color: #444;
    font-size: 18px;
    line-height: 24px;
    margin-top:24px;
}
.in4_list .in4_hd a:hover{
    background: url(../images/right3h.png)no-repeat center;
}
.in4_list .in4_bd li:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.in4_list .in4_bd li:hover p{
    color: #006fc1;
}
/*footer*/
.footer{
    background: #212126;
    padding-top: 58px;
}
.foot{
    padding-bottom: 50px;
}
.foot_lf{
    width: 380px;
    float: left;
}
.foot_lf h4{
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    padding-bottom: 21px;
}
.foot_lf p{
    color: rgba(255,255,255,0.6);
    font-size: 16px;
    padding-right: 29px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 22px;
    padding-top: 15px;
}
.foot_input{
    position: relative;
}
.foot_input input{
    width: 100%;
    border:1px solid rgba(255,255,255,0.1);
    height: 54px;
    line-height: 54px;
    background: transparent;
    position: relative;
    padding: 0 90px 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: rgba(255,255,255,0.8);
}
.foot_input button{
    width: 80px;
    height: 40px;
    border-radius: 5px;
    background:#006fc1;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.foot_mid{
    float: left;
    padding-left: 160px;
}
.foot_mid dl{
    float: left;
    padding-right: 100px;
}
.foot_mid dt a{
    display: inline-block;
    padding-bottom: 20px;
    color: rgba(255,255,255,0.8);
    font-size: 18px;
}

.foot_mid dd p{
    display: inline-block;
    line-height: 28px;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}
.foot_mid dd a.foot_tel{
    font-size: 20px;
    font-family: 'ITC';
}
.foot_rt{
    float: right
}
.foot_rt .foot_rt_pic img{
width:120px;
}
.foot_rt p{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    text-align: center;
    padding-top: 12px;
}
.copyright{
    height: 67px;
    line-height: 67px;
    border-top:1px solid rgba(255,255,255,0.06);
}
.copy_lf{
    float: left;
    font-size: 0;
    line-height: 67px;
    height: 67px;
}
.copy_lf a{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    display: inline-block;
    line-height: 67px;
    padding-right: 20px;
}
.copy_rt{
    float: right;
}
.copy_rt p,.copy_rt p a{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    float:right;
}

@media all and (max-width:1700px) {
    .foot_lf {
        width: 350px;
    }
    .foot_mid dl {
        padding-right: 60px;
    }
    .foot_mid {
        padding-left: 100px;
    }
}
@media all and (max-width:1440px) {
    .foot_lf {
        width: 340px;
    }
    .foot_mid dl {
        padding-right: 30px;
    }
    .foot_mid {
        padding-left: 60px;
    }
.copy_lf a{padding-right: 8px;}
}
.footer a:hover{
    color: #fff;
}

/*==============技术研发==============*/
.banner img{
    width: 100%;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.target{
    border-bottom: 1px solid #e2e2e2;
}
.target_con{
    font-size: 0;
}
.target_con a{
    display: inline-block;
    font-size:16px;
    color: #666;
    line-height: 60px;
    margin-right: 65px;
}
.target_con a.on,.target_con a:hover{
    border-bottom: 3px solid #006fc1;
    color: #006fc1;
}
.jsyf_con{
    padding-top: 60px;
    padding-bottom: 100px;
}
.jsyf_con ul li{
    width: 585px;
   /* height: 591px;*/
    float: left;
    margin-right: 30px;
   margin-bottom: 30px;
    -webkit-box-shadow: 3px 5px 21px 1px #e3e3e3;
            box-shadow: 3px 5px 21px 1px #e3e3e3;
}
.jsyf_con>ul>li:nth-child(2n){
    margin-right: 0;
}
.jsyf_pic{
    width: 585px;
    height: 360px;
    overflow: hidden;
}
.jsyf_pic img{
    width: 585px;
    height: 360px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.jsyf_con ul li:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.jsyf_desc{
    padding: 0 0 39px 33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.jsyf_desc h3{
    color: #444;
    font-size: 24px;
    margin: 38px 0 20px;
    overflow: hidden;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
    white-space: nowrap;
}
.jsyf_desc p{
    color: #777;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.btn_a{
    display: inline-block;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../images/eye.png)no-repeat left 19px center;
    margin-top: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.jsyf_con ul li span:hover {
    border: 1px solid #006fc1;
    color: #fff;
    background: #006fc1 url(../images/eyeh.png)no-repeat left 19px center;
}
.jsyfxq{
    background: #fafafa;
}
.jsyfxq_con{
    background: #fff;
    padding: 46px 72px 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.jsyfxq_con h3{
    font-size: 30px;
    color: #333;
    text-align: center;
    padding-bottom: 30px;
}
.jsyfxq_con p{
    color: #666;
    font-size: 14px;
  /*  text-indent: 2em;*/
}
.jsyfxq_con p img{
margin:0 auto;
}
/*=============解决方案=============*/
.solution_con ul li{
    width: 385px;
    height: 240px;
    float: left;
    border: 1px solid #dedede;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 35px 25px;
    margin-right: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 23px;
    position: relative;
    overflow: hidden;
}
/*
.solution_con ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 240px;
  background: #006fc1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.solution_con ul li:hover:before {
  width: 385px;
}*/
.solution_con ul li:hover h3,.solution_con ul li:hover p{
  color: #fff;
}
.solution_con ul li:nth-child(3n){
    margin-right: 0;
}
.solution_con h3{
    font-size: 24px;
    color: #333;
    line-height: 24px;
    padding-bottom: 35px;
    position: relative;
    -webkit-transition: all 0.5;
    -o-transition: all 0.5;
    transition: all 0.5;
}
.solution_con1 h3{
    font-size: 22px;
    color: #333;
    line-height: 24px;
    padding-bottom: 35px;
    position: relative;
    -webkit-transition: all 0.5;
    -o-transition: all 0.5;
    transition: all 0.5;
}
.solution_con h3:after{
    content: '';
    width: 19px;
    height: 2px;
    background: #006fc1;
    position: absolute;
    bottom: 19px;
    left: 0;
}
.solution_con ul li:hover h3:after{
    background: #fff;
}
.solution_con p{
    font-size: 14px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.solution_con .btn_a{
    margin-top: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.solution_con ul li:hover .btn_a{
    color: #006fc1;
    background: #fff url(../images/eye2.png)no-repeat left 19px center;
    border-color: #fff;
}
.page{
    width: 100%;
    height: 60px;
  /*  border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;*/
    margin-top: 77px;
    position: relative;
}
.page_inner{
    font-size: 0;
    border:1px solid #e0e0e0;
}
.page a{
    width: 58px;
    height: 60px;
    color: #666;
    font-size: 20px;
    display: inline-block;
    line-height: 60px;
    /*border-left: 1px solid #e0e0e0;*/
    border-right: 1px solid #e0e0e0;
    text-align: center;
    border-spacing: 0;
    border-collapse: collapse;
}
.page a:first-child{
    border-left: 1px solid #e0e0e0;
}
.page a.on,.page a:hover{
    color: #006fc1;
}
.page .page_prev{
    width: 58px;
    float: right;
    background: url(../images/right4.png)no-repeat center;
    border-right: none;
    border-left: 1px solid #e0e0e0;
}
.page .zzzz
{
    display:none;
    
    }
.page .page_prev:hover{
    background: url(../images/right4h.png)no-repeat center;
}
.page .page_next{
    width: 58px;
    float: right;
    border-left: 1px solid #e0e0e0;
    background:url(../images/pagel.png)no-repeat center;
    position:absolute;
    right:58px;
}
.page .page_next:hover{
    background: url(../images/pagelh.png)no-repeat center;
}


/*========生产基地==========*/
.jsyf_tit h3{
    color: #006fc1;
    font-size: 30px;
    line-height: 24px;
    padding: 30px 0;
}
.jsyf_tit{
    text-align: center;
}
.jsyf_tit p{
    color: #666;
    font-size: 16px;
    padding-bottom: 55px;
}
.scjd_pic{
    width: 385px;
    height: 300px;
    overflow: hidden;
}
.scjd_pic img{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.scjd_bot{
    width:385px;
    height: 90px;
    line-height: 90px;
}
.scjd_list li{
    width: 385px!important;
    margin-right: 20px!important;
}
.scjd_list li:nth-child(3n){
    margin-right: 0!important;
}
.scjd_top{
    position: relative;
}
.scjd_top p{
    position: absolute;
    line-height: 40px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    font-size: 16px;
    bottom: 0;
    left: 0;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
    white-space: nowrap;
}
.scjd_bot p{
    color: #444;
    font-size: 20px;
    overflow: hidden;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/*============招标信息==========*/
.zb_con ul li{
    width: 100%;
    height: 80px;
    line-height: 80px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}
.zb_con{
    padding-top: 80px;
}
.zb_con ul li a{
    width: 100%;
    display: inline-block;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #666;
    font-size: 16px;

}
.zb_con ul li a span{
    display: inline-block; 
    position: relative;
}
.zb_con ul li a span.time{
    float: right;
}
.zb_con ul li:hover a{
    color: #006fc1;
}
.zb_con ul li a span.title:before{
    content: '';
    width: 2px;
    height: 14px;
    background: #006fc1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -7px;
}
.jsyfxq_con p.time{
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 18px;
}

/*=========下载中心=========*/
.down_list ul li{
    width: 580px;
    float: left;
    height: 220px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 40px;
    background: #f5f5f5;
    margin-bottom: 40px;
}
.down_list ul li:nth-child(2n){
    margin-right: 0;
}
.down_list .down_pic{
    float: left;
    width: 245px;
    height: 220px;
    overflow: hidden;
}
.down_list .down_pic img{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.down_desc{
    float: left;
    padding:0 34px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.down_desc h3{
    font-size: 18px;
    line-height: 18px;
    color: #444;
    overflow: hidden;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
    white-space: nowrap;
    padding: 30px 0 20px;
}
.down_desc p{
    font-size: 14px;
    color: #777;
    line-height: 14px;
}
.down_desc .btn_a{
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    padding-left: 42px;
    background: #fff url(../images/down.png)no-repeat left 19px center;
}
.down_desc .btn_a:hover{
    background: #006fc1 url(../images/downh.png)no-repeat left 19px center;
    color: #fff;
    border-color: #006fc1;
}
.down_list .page{
    margin-top: 40px;
}

/*======法律声明======*/
.legal{
    padding: 80px 0 110px;
}
.legal h3{
    color: #333;
    font-size: 33px;
    text-align: center;
    line-height: 33px;
    padding-bottom: 46px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    margin-bottom: 60px;
}
.legal h3:after{
    content: '';
    width: 26px;
    height: 2px;
    background: #006fc1;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.legal h4{
    color: #444;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 7px;
}
.legal p{
    color: #777;
    font-size: 14px;
}

/*============联系我们==========*/
.contact .legal{
    padding: 0;
}
.contact .cont_top{
    padding-bottom:102px;
}
.contact h3{
    padding-top: 78px;
    font-size: 33px;
    color: #333;
    line-height: 33px;
    border-bottom: none;
    padding-bottom: 49px;
    margin-bottom: 0;
}
.contact h3:after{
    bottom: 26px;
}
.cont_top h4{
    color: #666;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding-bottom: 72px;
}
.cont_tlist li{
    width: 280px;
    height: 202px;
    -webkit-box-shadow: 0px 0px 16px 1px #f2f2f2;
            box-shadow: 0px 0px 16px 1px #f2f2f2;
    border-radius: 5px;
    padding: 92px 38px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    float: left;
    margin-right: 26px;
    position: relative;
    overflow: hidden;
}
.cont_tlist li:last-child{
    margin-right: 0;
}
.cont_tlist li p.tit{
    color: #333;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 12px;
}
.cont_tlist li p{
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.cont_tlist li.c1{
    background: url(../images/c1.png)no-repeat center top 38px;
}
.cont_tlist li.c2{
    background: url(../images/c2.png)no-repeat center top 38px;
}
.cont_tlist li.c3{
    background: url(../images/c3.png)no-repeat center top 38px;
}
.cont_tlist li.c4{
    background: url(../images/c4.png)no-repeat center top 38px;
}
/*
.cont_tlist ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 202px;
  background: #006fc1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.cont_tlist ul li:hover:before {
  width: 280px;
}
*/
.cont_tlist ul li:hover p{
    color: #fff;
}
.cont_tlist ul li.c1:hover{
    background: #006fc1 url(../images/c1h.png)no-repeat center top 38px;
}
.cont_tlist ul li.c2:hover{
    background: #006fc1 url(../images/c2h.png)no-repeat center top 38px;
}
.cont_tlist ul li.c3:hover{
    background: #006fc1 url(../images/c3h.png)no-repeat center top 38px;
}
.cont_tlist ul li.c4:hover{
    background: #006fc1 url(../images/c4h.png)no-repeat center top 38px;
}
.contact .cont_bot{
    background: #f5f5f5;
    padding-bottom: 80px;
}
.cont_bot ul li{
    width: 380px;
    height: 240px;
    float: left;
    background: #fff;
    border-radius: 5px;
    border-left: 3px solid #338ccd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 30px;
    padding: 42px 50px;
}
.cont_bot ul li:last-child{
    margin-right: 0;
}
.cont_bot ul li p{
    font-size: 22px;
    color: #444;
    line-height: 22px;
    padding-bottom: 22px;
}
.cont_bot ul li span{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.map img{
    width: 100%;
}

/*==========加入我们=========*/
.join{
    padding: 80px 0 132px;
    background: #fafafa;
}
.join li{
    width: 585px;
    height: 397px;
    float: left;
    margin-bottom: 40px;
}
.join_con{
    padding: 0;
}
.join li .join_pic{
    width: 585px;
    height: 320px;
    overflow: hidden;
}
.join li .join_pic img{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.join li p{
    font-size: 20px;
    color: #666;
    line-height: 77px;
    background: #fff;
    text-align: center;
}
.join_ygfc .legal{
    padding-bottom: 102px;
}
.join_ygfc .legal h3{
    padding-bottom: 92px;
    margin-bottom: 0;
    border-bottom: 0;
}
.join_ygfc .legal h3:after{
    bottom: 56px;
}
.join_ygfc .jsyf_con{
    padding: 0;
}
.join_ygfc .jsyf_con ul li{
    width: 385px;
    height: 440px;
    margin-right: 22px;
    margin-bottom: 30px;
}
.join_ygfc .jsyf_con ul li:nth-child(3n){
    margin-right: 0;
}
.join_ygfc .jsyf_con ul li .jsyf_pic{
    width: 385px;
    height: 220px;
}
.join_ygfc .jsyf_con .jsyf_pic img{
    width: 385px;
    height: 220px;
}
.join_ygfc .jsyf_con .jsyf_desc{
    padding: 29px 23px;
}
.join_ygfc .jsyf_con .jsyf_desc h4{
    color: #444;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
    overflow: hidden;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
    white-space: nowrap;
}
.join_ygfc .jsyf_con .jsyf_desc .cms_time
{
    font-size: 15px;
    color: #777;
    display: block;
    padding-bottom: 7px;
    }
.join_ygfc .jsyf_con .jsyf_desc p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.join_ygfc .jsyf_con .jsyf_desc .btn_a{
    margin-top: 30px;
}
.join_ygfc .page{
    margin-top: 50px;
}

/*========人才理念=======*/

.join_rcln_top{
    background: #fafafa;
}
.rcln_pic{
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border:1px solid #cfcfcf;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.rcln_con ul li{
    width: 182px;
    float: left;
    text-align: center;
    margin: 0 29px;
}
.rcln_con ul li h4{
    color: #444;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 18px;
    padding-top: 23px;
}
.rcln_con ul li p{
    color: #777;
    font-size: 14px;
    line-height: 24px;
}
.rcln_con {
    text-align: center;
}
.rcln_con ul{
    display: inline-block;
}
.rcln_pic1{
    background: url(../images/rc1.png)no-repeat center;
}
.rcln_pic2{
    background: url(../images/rc2.png)no-repeat center;
}
.rcln_pic3{
    background: url(../images/rc3.png)no-repeat center;
}
.rcln_pic4{
    background: url(../images/rc4.png)no-repeat center;
}
.rcln_con ul li:hover .rcln_pic1{
    background:#006fc1 url(../images/rc1h.png)no-repeat center;
}
.rcln_con ul li:hover .rcln_pic2{
    background:#006fc1 url(../images/rc2h.png)no-repeat center;
}
.rcln_con ul li:hover .rcln_pic3{
    background:#006fc1 url(../images/rc3h.png)no-repeat center;
}
.rcln_con ul li:hover .rcln_pic4{
    background:#006fc1 url(../images/rc4h.png)no-repeat center;
}
.join_rcln_top .legal{
    padding-bottom: 85px;
}
.join_rcln_bot .legal{
    padding-bottom: 0;
}
.rcln_blist li{
    text-align: center;
    border:1px solid #ddd;
    padding: 0 40px 28px;
    margin-bottom: 60px;
    position: relative;
}
.rcln_blist li h4{
    color: #444;
    font-size: 22px;
    line-height: 22px;
    padding: 31px 0 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.rcln_blist li p{
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.rcln_blist li:after{
    content: '';
    width: 30px;
    height: 13px;
    background: url(../images/down1.png)no-repeat center;
    position: absolute;
    bottom: -36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.rcln_blist li:last-child:after{
    display: none;
}
.join_rcln_bot{
    padding-bottom: 40px;
}

/*======福利与晋升======*/
.fl_con .legal h3{
    padding-bottom: 60px;
}
.fl_con .legal h3:after{
    bottom: 34px;
}
.fl_con .legal p{
    color: #666;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding-bottom: 46px;
}
.fl_con{
    background: #fff;
}
.fl_con1{
    background: #fafafa;
}
.fl_con1_list{
    width: 840px;
    margin:0 auto;
}
.fl_con1_list li{
    width: 400px;
    height: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border:1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
}
.fl_con1_list li.li1{
    background: #31a9cc;
    font-size: 18px;
    color: #fff;
    border:1px solid #31a9cc;
}
.fl_con1_list li.li1:after{
    display: none;
}
.fl_con1_list li:nth-child(odd){
    margin-right: 40px;
}
.fl_con1_list li.li2{
    width: 100%;
}
.fl_con1 .legal{
    padding-bottom: 68px;
}
.fl_con1_list li:after{
    content: '';
    width: 15px;
    height: 9px;
    background: url(../images/up.png)no-repeat center;
    position: absolute;
    bottom: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.fl_con1_list li:last-child:after{
    display: none;
}
.fl_con3{
    padding-top: 86px;
}

/*========招聘=======*/
.zp_con{
    background: #fff;
    padding-bottom: 80px;
}
.zp_con .legal{
    padding-bottom: 0;
}
.zp_con .legal p{
    padding-bottom: 65px;
}
.zp_list li {
    text-align: left;
    margin-bottom: 20px;
    border:1px solid #e1e1e1;
}
.zp_font {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    display: none;
}
.zp_tit {
    font-size: 14px;
    line-height: 50px;
    color: #666;
    padding: 35px 33px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    cursor: pointer;
    background: url(../images/zp1.png) no-repeat right 30px center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.zp_list .on .zp_tit {
    background: url(../images/zp2.png) no-repeat right 30px center;
    border-bottom: 1px solid #e1e1e1;  
}

.zp_det{
    color: #666;
    padding: 40px 36px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.zp_tit .dq{
    font-size: 16px;
    color: #666;
    line-height: 16px;
}
.zp_tit .job{
    color: #333;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 18px;
}
.zp_det p{
    color: #666;
    font-size: 14px;
}
.zp_det h3{
    color: #444;
    font-size: 16px;
    padding: 24px 0 11px;
}
.zp_det a{
    color: #006fc1;
    font-size: 16px;
    display: inline-block;
    background: url(../images/c1.png)no-repeat left center;
    background-size:20px 26px;
    padding-left: 35px;
    margin-top: 15px; 
}
.zp_det p span{
    display: inline-block;
    width: 456px;
}

/*==========公司新闻==========*/
.news{
    padding-top: 60px;
    padding-bottom: 0;
}
.news_tl{
    width: 590px;
    float: left;
}
.news ul li {
    width: 590px;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    margin-right: 0;
}
.news_tl li p{
    color: #fff;
    font-size: 18px;
    display: inline-block;
}
.news_tl li p.time{
    font-size: 14px;
    float: right;
}
.news_tl li .news_lf_desc{
    height: 80px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 19px;
}
.news_tl li img{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_tl .flex-control-paging{
    left: 34px;
    bottom: 104px;
}
.news_tl .flex-control-paging a{
    width: 9px;
    height: 9px;
    background: #9b9894;
    border:none;
}
.news_tl .flex-control-paging li .flex-active{
    background: #fff;
    border:none;
}
.news_tl .flex-control-paging li{
    margin-right: 10px;
}
.news_tr{
    width: 590px;
    float: right;
}
.news_tr ul li{
    height: 130px;
    background: #f5f5f5;
    margin-bottom: 20px;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_tr ul li:last-child{
    margin-bottom: 0;
}
.news_trl{
    float: left;
    text-align: center;
}
.news_trr{
    float: right;
    width: 444px;
}
.news_trl p{
    font-size: 40px;
    color: #999;
    font-family: 'ITC';
    line-height: 34px;
    padding-bottom: 20px;
    position: relative;
}
.news_trl span{
    color: #666;
}
.news_trl p:after{
    content: '';
    width: 51px;
    height: 1px;
    background: #d4d4d4;
    position: absolute;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.news_trr h4{
    font-size: 16px;
    color: #333;
    line-height: 16px;
    overflow: hidden;
    -o-text-overflow:ellipsis;
       text-overflow:ellipsis;
    white-space: nowrap;
    padding-bottom: 13px;
}
.news_trr p{
    font-size: 14px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_tr ul li:hover{
    background: #006fc1;
}
.news_tr ul li:hover p,.news_tr ul li:hover span,.news_tr ul li:hover h4{
    color: #fff;
}
.news_top{
   /* padding-bottom: 80px;*/
}
.news_bot{
    background: #fafafa;
   /* padding-top: 70px;*/
    padding-bottom: 100px;
}
.news_bot ul li{
    background: #fff;
    -webkit-box-shadow: 3px 5px 21px 1px #e3e3e3;
            box-shadow: 3px 5px 21px 1px #e3e3e3;
}

.news_xq_con{
    background: #fff;
    padding-top: 78px;
    padding-bottom: 100px;
}

.newsxq_con_lf{
    width: 800px;
    float: left;
    border: 1px solid #ebebeb;
    padding: 45px 40px 74px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fafafa;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.newsxq_inner h2{
    color: #333;
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 22px;
}
.newsxq_inner .time{
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-top: 7px;
}
.pull-right .share1{float: left;background: url(../images/icon-share.png) no-repeat right center;font-size:16px;line-height:36px;color: #666;padding-right:30px;}
.pull-right .bdsharebuttonbox{float: right;margin-left:16px;}
.pull-right .bdsharebuttonbox a{
    width:36px;
    height: 36px;
    border-radius: 50%;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 8px;
    padding: 0;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.pull-right .bdsharebuttonbox .bds_sqq {
    background-image: url(../images/qq-h.png);
    background-color: #3e91ee;
}
.pull-right .bdsharebuttonbox .bds_tsina{
    background-image: url(../images/weibo-h.png);
    background-color: #d2232a;
}
.pull-right .bdsharebuttonbox .bds_weixin{
    background-image: url(../images/weixin-h.png);
    background-color: #21ba41;
}
.pull-right .bdsharebuttonbox .bds_linkedin{
    background-image: url(../images/bds_linkedin.png);
    background-color: #234980;
}
.pull-right .bdsharebuttonbox .bds_qzone{
    background-image: url(../images/bds_qzone.png);
    background-color: #f4c50b;
}
.newsxq_lt{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}
.newsxq_lm p{
    color: #666;
    font-size: 14px;
    text-indent:2em  
}
.newsxq_lm img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.newsxq_lm{
    padding-top: 30px;
    padding-bottom: 30px;
}
.newsxq_lb{
    padding-top: 20px;
}
.newsxq_bbl{
    float: left;
}
.newsxq_bbl a{
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.newsxq_bbl a span{
    color: #cba35a;
    padding-right: 5px;
}
.newsxq_bbr{
    float: right;
}
.newsxq_bbr a{
    display: inline-block;
    width: 92px;
    height: 36px;
    background:#f4f4f4;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 36px;
}
.newsxq_con_rt{
    padding: 42px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 370px;
    float: right;
    border: 1px solid #ebebeb;
    background: #fafafa;
}
.newsxq_rt,.newsxq_rm{
    padding: 0 25px;
}
.newsxq_rt h2{
    padding-left: 33px;
    color: #00285e;
    font-size: 20px;
    background: url(../images/zan1.png)no-repeat left top 2px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 19px;
}
.newsxq_rm li p{
    color: #999;
    font-size: 14px;
}
.newsxq_rm li h3{
    color: #666;
    font-size: 16px;
    margin-bottom: 5px;
}
.newsxq_rm li{
    padding-top: 21px;
}

.newsxq_rm{
    padding-bottom: 40px;
}
.newsxq_rm li:hover h3{
    color: #006fc1;
}

.newsxq_lm p.p{
    text-align: center;
}
.newsxq_lb a{
    display: inline-block;
    width: 150px;
    height: 40px;
    border-radius: 30px;
    border:1px solid #006fc1;
    font-size: 16px;
    color: #006fc1;
    line-height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 10px;
}
.newsxq_lb a.n_prev{
    padding-left: 60px;
    background: url(../images/pagelh.png)no-repeat left 42px center;
}
.newsxq_lb a.n_next{
    padding-left: 40px;
    background: url(../images/right4h.png)no-repeat left 100px center;
}
.newsxq_lb{
    font-size: 0;
}

/*=======展会信息========*/
.ban{ position:relative; overflow:hidden;}
.ban2{ height:775px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:1200px;text-align: left;float: left;overflow: hidden;}
.prev{ float:left; cursor:pointer;}
.num{z-index:99; padding:37px 0;overflow:hidden; position:relative;float:left;}
.min_pic{height: 140px;}
.num ul{ position:relative; left:0; top:0;}
.num ul li{ width:172px;height: 2px;background: #ccc;float: left;position: relative;cursor: pointer;text-align: center;}
/*.num ul li .bg{width: 20px;height: 20px;background: #b8b8b8;border-radius: 50%;position: absolute;top: 30px;}*/
.num ul li.on,.num ul li.on:before{ background: #006fc1;}
.num ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #bcbcbc;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 10;
}
.num ul li span{
    color: #444;
    font-size: 18px;
    padding-top: 20px;
    display: inline-block;
}
.zh_con{
    background: #fafafa;
    padding-top: 80px;
    padding-bottom: 100px;
}
.zh_list .zh_item{
    width:385px;
    height:295px;
    float: left;
    margin-right: 22px;
    margin-bottom: 44px;
}
.zh_list .zh_item:nth-child(3n){
    margin-right: 0;
}
.zh_pic{
    width: 385px;
    height: 180px;
    overflow: hidden;
}
.zh_desc h3{
    color: #444;
    font-size: 18px;
    line-height: 18px;
    padding: 24px 0 15px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 9px;
}
.zh_desc p{
    color: #777;
    font-size: 14px;
    line-height: 14px;
    line-height: 24px;
}
.zh_con .page{
    margin-top: 35px;
}



/*内页-关于我们*/
.p-main{width:100%;overflow: hidden;}
.p-main *{-webkit-box-sizing: border-box;box-sizing: border-box;outline: none;}
.p-main ::after,::before{-webkit-box-sizing: border-box;box-sizing: border-box;}
.p-main img{display: inline-block;vertical-align: middle;border:0;}
.scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}
.p-sec-about{width: 100%;height: 630px;background-repeat: no-repeat;background-position: center;background-size: cover;  margin-bottom: 58px;}
.p-intro{padding-top: 238px;width:495px;position: relative;z-index: 1;}
.p-intro .p-sy{position: absolute;top:75px;left: -108px;z-index: -1;}
.p-about-tit{font-size: 30px;color: #006fc1;line-height:1.5;}
.p-about-des{font-size: 16px;line-height: 30px;color: #666;margin-top: 32px;padding-right: 10px;height: 270px;overflow-y: auto;}
.p-sec-frame{width:100%;height: 820px;background-repeat: no-repeat;background-position:center bottom;background-color:#fff;text-align: center;padding-top: 120px;}
.p-frame{height: 580px;margin-top: 17px;background: #fff;text-align: center;padding:50px;}
.p-frame img{width:auto;max-width: 100%;max-height: 100%;display: inline-block;}

.p-sec-thr{background:#fff;}
.p-us-item{margin-bottom: 58px;}
.p-us-item .p-cont{position: relative;z-index: 1;}
.p-us-item.p-it1 .p-pic{float: left;width:670px;}
.p-us-item.p-it2 .p-pic{float: right;width:633px;}
.p-us-item.p-it1 .p-cont{float: right;width:530px;text-align: right;padding-top: 20px;padding-left: 10px;}
.p-us-item.p-it2 .p-cont{float: left;width:567px;text-align: left;padding-top:106px;padding-right: 10px;}
.p-us-item .p-pic .p-img{width:100%;}
.p-us-tit{font-size: 30px;color: #006fc1;line-height:36px;max-width: 220px;display: inline-block;}
.p-us-des{font-size: 14px;line-height: 26px;color: #777;margin-top: 28px;}
.p-sec-fou{padding:40px 0 93px;}
.p-us-item .p-line{position: absolute;z-index: -1;}
.p-us-item.p-it1 .p-line{position: absolute;left: -155px;top:0;}
.p-us-item.p-it2 .p-line{position: absolute;right: -155px;top:0;}
.p-us-item.fir{text-align: center;padding-top: 106px;position: relative;z-index: 1;}
.p-us-item.fir .p-line{position: absolute;top:0;right: 0;z-index: -1;}
.p-us-item.fir .p-us-des{padding:0 87px;}
/*合作伙伴*/
.p-sec-partner{background: #fff;padding:90px 0 100px;}
.p-partner{margin-left:-20px;}
.p-partner-i{float: left;width:224px;height: 90px;background: #fff;border:1px solid rgba(204,204,204,.6);text-align: center;line-height:88px;margin-left: 20px;margin-bottom: 20px;font-size: 0;overflow: hidden;}
.p-partner-i img{max-width: 100%;max-height: 100%;transition: all .5s;}
.p-partner-i:hover img{transform: scale(1.1);}
.p-sec-partner .page{margin-top: 60px;}
.p-sec-brand{background: #fff;padding:50px 0 130px;}
.p-sec-brand img{width:100%;margin-bottom: 40px;}
.p-brand{width:100%;height: 480px;padding-top: 40px;}
.p-brand-le{float: left;width:50%;height: 100%;padding:60px 44px 20px 44px;}
.p-brand-le.p-br1{background: url(../images/p-brand_03.jpg) no-repeat center;color: #fff;background-size: cover;}
.p-brand-le.p-br2{color:#666;background:#f5f5f5;}
.p-brand .p-tit{font-size: 26px;line-height: 1.5;}
.p-brand .p-des{font-size: 14px;line-height: 28px;margin-top: 16px;}
.p-brand-le.p-br2 .p-tit{color:#006fc1;}
.p-brand-le.p-br2 .p-des{margin-bottom: 33px;}
.p-brand .p-blue{width:60px;height: 60px;background:#006fc1;float: left;}
.p-brand .p-red{width:60px;height: 60px;background:#db261d;float: left;margin-left: 1px;}
.p-brand .p-yellow{width:60px;height: 60px;background:#db261d;float: left;margin-left: 1px;}
.p-sec-company{text-align: center;background: #fff;padding-top:80px;}
.p-company{height: 427px;background: url(../images/p-comp_bg.png) no-repeat center;margin-top:24px;padding-top:60px;}
.p-comp-silde{position: relative;width:100%;}
.p-comp-silde li{float: left;margin-right: 13px;width:290px;}
.p-comp-silde .p-pic{width:290px;height: 200px;overflow: hidden;}
.p-comp-silde .p-pic img{width:100%;height: 100%;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.p-comp-silde .p-cont{padding:26px 0 10px;}
.p-comp-silde .p-tit{font-size: 18px;color: #666;line-height: 1;border-left:3px solid #338ccd;padding:0 6px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.p-comp-silde .p-prev,.p-comp-silde .p-next{width:46px;height: 46px;border-radius: 50%;background: url(../images/p-prev.png) no-repeat center #fff;position:absolute;top:50%;margin-top: -23px;-webkit-transition: all .4s;-o-transition: all .4s;transition: all .4s;}
.p-comp-silde .p-prev{left:-86px;-webkit-box-shadow:0 6px 15px 0 rgba(204,204,204,.5);box-shadow:0 6px 15px 0 rgba(204,204,204,.5);}
.p-comp-silde .p-next{right: -86px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-box-shadow:0 -6px 15px 0 rgba(204,204,204,.5);box-shadow:0 -6px 15px 0 rgba(204,204,204,.5);}
.p-comp-silde .p-prev:hover,.p-comp-silde .p-next:hover{background-image: url(../images/p-prevH.png);background-color: #006fc1;}
.p-comp-silde li:hover .p-pic img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.p-comp-silde li:hover .p-tit{color: #006fc1;}
/*历史与荣誉*/
.p-sec-history{padding-bottom: 100px;}
.p-sec-title{text-align: center;padding:80px 0 28px;}
.p-sec-title h3{font-size: 30px;color: #444;line-height: 1;}
.p-sec-title hr{border:none;background:#006fc1;width:37px;height: 2px;margin:28px auto 0 auto;}
.p-his-tabs{text-align: center;}
.p-his-tabs li{display: inline-block;margin:0 32px;}
.p-his-tabs li a{display: block;font-size: 16px;line-height: 40px;color: #666;padding-left: 23px;position: relative;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.p-his-tabs li a::before{content:'';position: absolute;left:0;top:50%;width:14px;height: 14px;border:2px solid #999;border-radius: 50%;margin-top: -7px;}
.p-his-tabs li.active a{color: #006fc1;}
.p-his-tabs li.active a::before{border-color: #006fc1;}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {opacity: 1;}
.p-his-cont>.p-pane{display: none;}
.p-his-cont>.active {display: block;}
.p-history{padding:18px 0;}

.history-box {
    width:945px;
    margin:68px auto;
    border-left: 1px solid #d8d8d8;
    padding-bottom: 13px;
}
.history-item {
    width: 100%;
    position: relative;
    margin-bottom: 26px;
}
.history-item .p-year {
    float: left;
    width: 163px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    line-height: 116px;
    text-align: center;
    color: #999;
    height: 118px;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.history-item .p-cont {
    background: transparent;
    float: left;
    width:780px;
    height: 118px;
    color: #666;
    font-size: 16px;
    position: relative;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.history-item .p-year .p-num {
    font-size: 30px;
    margin-right: 4px;
    font-family: 'ITC';
}
.history-item .p-des {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    padding: 10px 30px 10px 50px;
    max-height: 118px;
    overflow: hidden;
}
.history-item .p-des i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #348ec7;
    margin-right: 18px;
    display: block;
    position: absolute;
    top: 19px;
    left: 25px;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.history-item .p-info {
    max-height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.history-item .p-dot {
    width: 16px;
    height: 16px;
    border: 2px solid #e2e2e2;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 51px;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.history-item.active .p-year, .history-item:hover .p-year {
    border-color: #d8d8d8;
    color: #006fc1;
}
.history-item.active .p-cont, .history-item:hover .p-cont {
    background: #006fc1;
    color: #fff;
}
.history-item.active .p-des i, .history-item:hover .p-des i {
    background: #cde3f1;
}
.history-item.active .p-dot, .history-item:hover .p-dot {
    border-color: #006fc1;
}
.loading-box{width: 100%;text-align: center;}
.loading {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
@-webkit-keyframes wiggle {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes wiggle {
  from {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.load-more {
    width: 27px;
    margin: 10px auto 0 auto;
    display: inline-block;
    -webkit-animation: wiggle 0.5s linear 0s infinite alternate;
    animation: wiggle 0.5s linear 0s infinite alternate;
}
.loading:hover{color:#006fc1;}
/*责任与创新*/
.p-innovate-zr{background:#fff;padding-bottom: 58px;}
.p-inno-fi{font-size: 14px;line-height: 24px;color: #777;padding:0 32px;text-align: center;}
.p-inno-se{margin-left: -20px;margin-top: 60px;}
.p-inno-i{float: left;width:385px;margin-left: 20px;text-align: center;}
.p-inno-i .p-pic{width:100%;height: 300px;overflow: hidden;position: relative;}
.p-inno-i .p-pic img{width:100%;height: 100%;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.p-inno-i .p-tit{position: absolute;bottom: 0;left: 0;width:100%;background:rgba(0,0,0,.5);color: #fff;font-size: 16px;padding:0 15px;line-height: 40px;}
.p-inno-i .p-cont{background: #fff;font-size: 20px;color: #444;line-height: 40px;padding:25px 15px;-webkit-box-shadow:0 6px 25px 0 rgba(0,0,0,.08);box-shadow:0 6px 25px 0 rgba(0,0,0,.08);}
.p-inno-i:hover .p-pic img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.p-innovate-cx{background: #fafafa;}
/*发展历程*/
#historySlide{position: relative;width: 100%;overflow: hidden;padding-bottom: 45px;padding-top: 28px;}
#historySlide .history-c{height:280px;width: 100%;position: relative;}
.history-c .swiper-slide{width:1200px;height:280px;}
#historySlide .history-c .year{font-size:80px;font-family: "ITC";color: #006fc1;font-weight: lighter;border-right: 1px solid #006fc1;display: inline-block;line-height: 80px;height:90px;padding-right: 60px;}
#historySlide .history-c .cont{position: relative;margin:110px 230px 110px 230px;}
#historySlide .history-c .des{font-size:20px;line-height: 24px;color: #666;vertical-align: top;display: inline-block;padding-left: 56px;}
#historySlide .p-tit{font-size: 18px;line-height: 24px;color: #444;margin-bottom: 14px;}
#historySlide .history-c .des p{font-size: 14px;line-height: 26px;color: #666;position:relative;padding-left: 14px;}
#historySlide .history-c .des p::before{content: '';position: absolute;left: 0;top:50%;width:5px;height: 5px;border-radius: 50%;background: #006fc1;margin-top: -2.5px;}

#historySlide .history-scroll{height:70px;margin:0 auto;}
#historySlide .swiper-container{padding:0 22px;}
.history-scroll .swiper-slide{float: left;width:154px;height:70px;background: url(/skin/jz/images/time-line.png) no-repeat top left;cursor: pointer;}
.history-scroll .swiper-slide.active-nav,.history-scroll .swiper-slide.active-nav:hover{color: #006fc1;}
#historySlide .time-line{width:154px;height:70px;position: relative;}
.history-scroll .dot{padding:3px;width:14px;height: 14px;border:1px solid #006fc1;border-radius: 50%;position: absolute;top:23px;left:-7px;opacity: 0;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.history-scroll .dot i{display: block;background:#006fc1;width:100%;height: 100%;border-radius: 50%;}
.history-scroll .swiper-slide.active-nav .dot{opacity: 1;}
.history-scroll .daty{font-size:16px;line-height:32px;position: absolute;top: 37px;left: 0;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);z-index: 10;}
#historySlide .arrow-left,#historySlide .arrow-right{
    width:55px;height: 55px;
    border:1px solid #ccc;border-radius: 50%;
    background:url(/skin/jz/images/p-prev2.png) no-repeat center;
    position: absolute;top:50%;margin-top: -40px;
    z-index: 10;
    cursor:pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#historySlide .arrow-left{left: 0;}
#historySlide .arrow-right{right: 0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
#historySlide .arrow-left:hover,#historySlide .arrow-right:hover{background-image: url(/skin/jz/images/p-prevH.png);background-color: #006fc1;border-color: #006fc1;}

/*产品中心*/
.p-se-product{background:#fafafa;padding:80px 0 100px;}
.p-pro-box{margin-left: -27px;}
.p-proitem{display: block;float: left;width:382px;margin-left: 27px;border:1px solid #ebebeb;background:#fff;margin-bottom: 30px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.p-proitem .p-pic{width:100%;height:299px;overflow: hidden;}
.p-proitem .p-pic img{width: 100%;height: 100%;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.p-proitem .p-cont{border-top:1px solid #ebebeb;padding:28px 30px;}
.p-proitem .p-tit{font-size: 18px;line-height: 24px;color: #666;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;}
.p-proitem .p-btn-more{font-size: 14px;line-height: 40px;text-align: center;padding:0 22px 0 50px;color: #666;background:url(../images/p-more.png) no-repeat 22px center #f5f5f5;border:1px solid #e6e6e6;border-radius: 3px;display: inline-block;margin-top:26px;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.p-proitem:hover .p-pic img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.p-proitem:hover .p-btn-more{background-image: url(../images/p-moreH.png);background-color: #006fc1;color: #fff;border-color: #006fc1;}
.p-se-product .page{margin-top: 50px; position:relative;}
.p-proitem:hover{-webkit-box-shadow: 5px 5px 30px 0 rgba(0,0,0,.06);box-shadow: 5px 5px 30px 0 rgba(0,0,0,.06);}
/*面包屑*/
.p-breadcrumb{background: rgba(245,245,245,.4);width:100%;height: 32px;text-align: right;}
.p-crumb{display: inline-block;font-size: 14px;line-height: 32px;color: #666;}
.p-crumb a{color: #666;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.p-crumb em{font-style: normal;margin:0 5px;}
.p-crumb a:hover{color: #006fc1;}
.p-ihome{background: url(../images/icon-home.png) no-repeat left center;padding-left: 26px;}
/*产品详情*/
.p-se-prodetail{background:url(../images/p-prode-bg.png) no-repeat center #fff;padding:80px 0 60px;position: relative;}
.p-prode-box{border:1px solid #e5e5e5;padding:30px 20px 20px 20px;background: #fff;position: relative;} 
.p-prode-le{float: left;width:690px;}
.p-prode-big{width:100%;overflow: hidden;position: relative;}
.p-prode-big .bd{width:500px;height: 393px;overflow: hidden;margin:0 auto;position: relative;}
.p-prode-big img{width:100%;height: 100%;}
.p-prode-big .hd{width:540px;margin:55px auto 0 auto;}
.p-prode-big .hd ul{margin-left: -30px;}
.p-prode-big .hd li{float: left;width:160px;height:124px;border:1px solid #ebebeb;margin-left:30px;cursor: pointer;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;}
.p-prode-big .hd li.on{border-color: #006fc1;}
.p-prode-ri{float: right;width:445px;padding-right: 58px;}
.p-prode-top{border-bottom: 1px solid #e5e5e5;padding:97px 0 26px;}
.p-prode-bot{padding:20px 0;color: #666;line-height:24px;}
.p-prode-ri .p-tit{font-size: 30px;color: #333;line-height: 1.5;}
.p-prode-ri .p-des{font-size: 18px;line-height: 24px;color: #666;margin-top: 7px;}
.p-se-prode{background: #f5f5f5;padding:60px 0 100px;display: none;}
.p-prode-tabs li{float: left;}
.p-prode-tabs li a{display: block;padding:0 70px;font-size: 20px;color: #666;line-height: 70px;text-align: center;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.p-prode-tabs li.active a{background: #fff;color: #333;}
.p-prodecont{background: #fff;padding:50px 70px;}
.p-prode-dl{margin-bottom: 22px;}
.p-prode-dl dt{font-size: 22px;line-height: 40px;color: #006fc1;}
.p-prode-dl dd{font-size: 16px;line-height:40px;color: #666;position: relative;padding-left: 18px;margin-bottom: 7px;}
.p-prode-dl dd::before{content: '';position: absolute;left:2px;top:50%;width:5px;height: 5px;margin-top: -2.5px;background: #006fc1;border-radius: 50%;}
.p-prode-dl p{font-size: 18px;line-height: 40px;color: #444;}
/*左侧导航*/
.p-menu-tit{
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 9;
    background: #006fc1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .2);
    line-height: 26px;
    width: 45px;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    margin-top: -62px;
}
.p-menu-tit span {
    display: block;
}
.p-menu{
  overflow:hidden;    overflow-y: auto;   position: fixed;
    top: 50%;
    left: -305px;
    z-index: 110;
    background: #fff;
    width: 247px;
    max-height:500px;
    margin-top: -260px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.p-menu.on{left: 0;}
.p-menu-fi{position: relative;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.p-menu-fi a{display: block;font-size: 16px;color: #666;line-height: 50px;padding-left:42px;position: relative;margin-right:70px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;-o-text-overflow: ellipsis;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;}
.p-menu-fi a::before{content:'';width:6px;height: 6px;background: #006fc1;border-radius: 50%;position: absolute;top:50%;left: 27px;margin-top: -3px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.p-menu-fi i,.p-menu-se i{display: block;width:50px;height: 50px;background: url(../images/right2.png) no-repeat center;position: absolute;right: 0;top: 0;cursor: pointer;z-index: 10;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.p-menu-se{position: relative;border-bottom: 1px solid #e2e2e2;}
.p-menu-se a{display: block;padding-left: 50px;margin-right: 70px;font-size: 16px;color: #666;line-height: 50px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;}
.p-menu-th{background: #fafafa;}
.p-menu-th a{display: block;font-size: 14px;line-height: 26px;color: #666;padding:0 27px 0 50px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;}
.p-tigg-ne,.p-tigg-ne2{display: none;/*max-height:200px; */   /*overflow-y: auto;*/}
.p-menu-item a:hover,.p-menu-item .on{color: #006fc1;}
.p-menu-item.in .p-menu-fi{background: #006fc1;}
.p-menu-item.in .p-menu-fi a{color:#fff;}
.p-menu-item.in .p-menu-fi a::before{background: #fff;}
.p-menu-item.in .p-menu-fi i{background-image: url(../images/right2H.png);-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.p-menu-it2.in .p-menu-se i{-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.menu-shrink {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 100;
    width: 30px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    background: url(../images/kefu_j.png) no-repeat -310px -40px #fff;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 4px 0 18px rgba(0, 0, 0, 0.08);
    box-shadow: 4px 0 18px rgba(0, 0, 0, 0.08);
    display: none;
}
@media (max-width: 1480px){
    .menu-shrink {
        display: block;
    }
}
/*客服*/
.kf {
        transition: .8s;
        -o-transition: .8s;
        -moz-transition: .8s;
        -webkit-transition: .8s;
        z-index: 999999;
        background-color: #fff;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 62px;
        border-radius: 5px;
}

.kf span {
        z-index: 1000001;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer;
        position: relative;
        display: block;
        width: 62px;
        height: 62px;
        border-bottom: 1px solid #e3e3e3;
        background:url(../images/kefu_j.png) no-repeat center #fff;
}
.kf span:hover{background-color:#006fc1;}

.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 0;}
.kf .zx:hover {background-position: 0 -62px;}

.kf .freetel {background-position:-62px 0;}
.kf .freetel:hover {background-position:-62px -62px;}
.kf .act {background-position:-186px 0;}
.kf .act:hover{background-position:-186px -62px;}
.kf .zxlya {background-position:-124px 0;}
.kf .zxlya:hover{background-position:-124px -62px;}
.kf .back_top {
        border-radius: 0 0 5px 5px;
        border: none;
        background-position:-248px 0;
}
.kf .back_top:hover {background-position:-248px -62px;}

.kf span div {
        display: none;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        right: 75px;
        padding: 20px;
        font-size: 14px;
        color: #f4474c;
        bottom:2px;
}

.kf span div input {
        text-indent: .5em;
        display: block;
        margin: 15px 0;
        line-height: 28px;
        color: #696969;
        font-size: 12px;
        width: 140px;
        border: 1px solid #d1d1d1;
        border-radius: 2px;
        height: 28px;
}

.kf span div #callBtn {
        -o-transition: .5s;
        transition: .5s;
        -webkit-transition: .5s;
        display: block;
        background: #f4474c;
        border-radius: 2px;
        color: #fff;
        line-height: 26px;
        font-size: 12px;
        text-align: center;
        width: 79px;
        height: 26px;
}

.kf span div a:hover {
        background: #f4474c;
}

.kfimgr{
        position: absolute;
        bottom:23px;
        right: -9px;
}

.kf span div i {
        display: block;
        position: absolute;
        width: 15px;
        height: 200px;
        right: -15px;
        top: 0;
}

.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
        text-align: center;
        width: 140px;
        font-size: 14px;
        color: #666;
}

.kf span:nth-child(4) div {
        white-space: nowrap;
}

.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}

.kf span div, .kf {
        -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}


.nav_center div, .index_nav_center div, .shou, .zhan {
        -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
        z-index: 1000000;
        cursor: pointer;
        width: 30px;
        height: 40px;
        top: 50%;
        margin-top: -15px;
        border-radius: 5px 0 0 5px;
        right: 62px;
        background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;
        position: absolute;
}

.shou.on {background-position: -310px -40px;}

.kf span div input{text-indent:.5em;display: block;margin:15px 0;line-height:28px;color:#696969;font-size:12px;width:140px;border:1px solid #d1d1d1;border-radius:2px;height:28px;}
.kf span div a{transition:.5s;-webkit-transition:.5s;display: block;background:#e10413;border-radius:2px;color:#fff;line-height:26px;font-size:12px;text-align:center;width:79px;height:26px;left: 20px;
top: 88px;}
.kf span div a:hover{background: #b10413;}

.prev_btn1{
    width: 40px;
    height: 40px;
    text-align:center;
    font-size:55px;
    color:#eee;
    margin-top:25px;
    margin-right:20px;
    cursor:pointer;
    background: #fafafa url(../images/right3.png) no-repeat center;
    float:left;
    transform: rotate(180deg);
    left: 0;
    top: -10px;
    position:  absolute;
    z-index: 110;
    }
.next_btn1{width: 40px;height: 40px;background: #fafafa url(../images/right3.png) no-repeat center;text-align:center;font-size:55px;color:#eee;cursor:pointer;float:right;position:  absolute;right: 0;top: 17px;z-index: 110;}

.in1_con_rt:hover img{transform: scale(1.1);}
.in1_con_lf:hover img{transform: scale(1.1);}
.solution_con ul li:hover{
    background: #006fc1;
}
.solution_con ul li{
transition: all 0.5s;
}
.cont_tlist ul li:hover{background: #006fc1;}
.cont_tlist li{transition: all 0.5s;}

.event{
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: 0;
    right: 0;
    margin-left: -375px;
    margin-top: -240px;
    z-index: 10001;
    display: none;
}
.bg_color{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5) !important;
    filter: alpha(opacity=50) !important;
    position: fixed !important; 
    top: 0;
    z-index: 10000;
    display: none;
}
.tcbox{
    width: 750px;
    height: 480px;
    background:#fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 85px 50px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
.tcbox .del{
    position: absolute;
    top: 60px;
    right: 50px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/del.png)no-repeat center;
    cursor: pointer;
}
.tcbox h3{
    font-size: 30px;
    padding-bottom: 30px;
}
.tcbox li{
    margin-bottom: 10px;
}
.tcbox li a{
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #337ab7;
}

/*在线留言*/
.message{
    height: 650px;
    background: url(/skin/jz/images/g1.jpg)no-repeat center;
}
.message h3{
    color: #fff;
    padding-top: 68px;
}
.message h3:after{
    background: #fff;
}
.message_form{
    width: 1110px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.message .cont_top{
    padding-bottom: 20px;
}
.message_form input{
    width: 345px;
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    padding: 0 12px;
    box-sizing: border-box;
    border: none;
    background: #fff;
    margin-right: 37px;
}
.message_form input.input1{
    margin-right: 0;
}
.message_form textarea{
    margin-top: 31px;
    width: 100%;
    height: 260px;
    color: #666;
    font-size: 14px;
    padding: 12px;
    box-sizing: border-box;
    border: none;
    background: #fff;
    resize: none;
    text-align: left;
}
.message_form input.mess_sub{
    width: 152px;
    height: 42px;
    background: #006fc1;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 20px;
    margin-right: 0;
    margin-top: 46px;
    cursor: pointer;
}




/*8.15*/

/*新增*/
.prod-prev,.prod-next{
	width: 55px;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: url(../images/p-prev2.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.prod-prev{left: 0;}
.prod-next{
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.prod-prev:hover,.prod-next:hover {
    background-image: url(../images/p-prevH.png);
    background-color: #006fc1;
    border-color: #006fc1;
}
.map {
    width: 100%;
    overflow: hidden;
}
















/**
 * Swiper 4.3.3
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;-o-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top,.2s -webkit-transform;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;-o-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left,.2s -webkit-transform;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;-o-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right,.2s -webkit-transform;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/*8.30 修改发展历程*/




/*9.26*/
.m-menu{padding-top: 60px;}
.m-menu a{
	display: inline-block;
	font-size: 16px;
	color:#666;
	padding:0 40px;
	line-height: 40px;
	border:1px solid #dedede;
	border-radius: 20px;
	margin-right: 20px;
	transition: all .3s;
}
.m-menu a:hover,
.m-menu a.on{color:#006fc1;border-color:#006fc1;}

.pro-yx{
    margin-top: 30px;
    font-size: 15px;
    font-weight: bold;
}
.pro-yx a{
    color: #2196f3;
}

.pro-yx a:hover{
    
text-decoration: revert;
}

.smyj{

}
.smyj ul{
    
display: -webkit-box;
    
display: -moz-box;
    
display: -ms-flexbox;
    
display: -webkit-flex;
    
display: flex;
    
justify-content: center;
}
.smyj ul li{
    
width: 28.33%;
    
/* float: left; */
    
text-align: center;
    
margin: 2%;
    
border: 1px solid rgb(158 158 158 / 27%);
    
padding: 15px;
    
border-radius: 4px;
}
.smyj ul li img{
    
max-width: 72px;
}
.smyj ul li .cntitle{
    
margin-top: 5px;
    
line-height: 36px;
    
font-size: 26px;
    
color: #000;
}
.smyj ul li .entitle{
    
text-transform: uppercase;
    
line-height: 24px;
    
font-size: 14px;
    
color: #b3b3b3;
}
.smyj ul li .text{
    
margin-top: 8px;
    
line-height: 20px;
    
font-size: 14px;
    
color: #717171;
}

